home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / EDUCMATH / DIFEQCAL.LZH / FILES.TXT < prev    next >
File List  |  1988-04-29  |  2KB  |  53 lines

  1.  
  2.  Byoung Keum
  3.  Dept. of Math.
  4.  Univ. of IL. Urbana
  5.  
  6.  
  7.                Differential Equations and Calculus V. 7.
  8.                ============ ========= === ==============
  9.  
  10.         This update fixes the bug in my formula interpretor (nested
  11.  '-' signs ), and contains a new program euler.com:
  12.  
  13.         1. There was a minor bug in my old parser: -x-y was interpreted
  14.             as -(x-y) (in view of the simplified recursion scheme). 
  15.             It is cmpletely fixed now.
  16.  
  17.         2. I recently developed a new parser (written in Microsoft
  18.            Quick C), which is so optimized as to be included in a
  19.           large loop.
  20.  
  21.         3. Compare euler.exe (New parser written in C) with ODE option
  22.            in de.com (old parser written in Pascal ).
  23.            
  24.            Although their mathematical algorithms are similar,
  25.            you will be marveled at the speed of euler.exe. 
  26.            ( I tested it on IBM AT (640K, 8087, EGA), and found that
  27.              euler.exe performed about ten times faster. )
  28.  
  29.         4. For this speed, euler.exe needs loots of memory (binary trees,
  30.            recursion).  I only tested it with 640 K RAM.  (Probably it will
  31.            work with less. )
  32.       
  33.  
  34.         SYSTEM   REQUIREMENT
  35.         ======   ===========
  36.         All these require EGA.
  37.         CALC7.COM and DE7.COM require 8087 Math Coprocessor.
  38.  
  39.  
  40.         REGISTER BENEFIT
  41.         ======== =======
  42.  
  43.          I want to put this disk in shareware library.
  44.          For those who register ( $30.00 would be reasonable ), I will
  45.          provide a customized version for their need, and the source
  46.          code for new parser (extremely fast, but large memory) and
  47.          old parser (uses less memory).  And, some documents will be
  48.          provided.
  49.  
  50.          
  51.  
  52.  
  53.